Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How Much Would it Cost for Node.js Web Application Development

Web application development has picked up the tremendous pace in recent years. In this area, there is a huge demand for Node.js web applications. Node.js is a solid part of the entire JavaScript ecosystem and the web development in entirety. Node...

How to Find JavaScript Leak in Node.Js

Memory leak is a situation when a computer program starts managing memory allocation incorrectly in a way that the resources or a memory which is not anymore in use and needed is not released. In this tutorial, we will learn "How to Find a J...

Why Node.js is Popular for Real Time Web Application Development - Core Reasons

In traditional web app users have no idea about server’s current state. But in real time web application (chat application, games) users are interact with server and other user in real time. Real time web applications need data to be shared...

Learn How to Export & Consume Modules in Node.js

What is node js module? In node js module are JavaScript libraries, or set of functions you want include in your application. Also, each module can be placed in a separate.js file under separate folder. Node js module make your application mor...

Advantages & Disadvantages of Using Node JS

Before we get into the advantages and disadvantages of using Node JS, let me give you a brief idea about Node.js. It is an open source, cross-platform runtime environment for developing server-side applications. Built on Chrome’s V8 Java...

How to setup node.js development environment on windows?

Node.js is a very interesting cross-platform, open source, a runtime environment for server-side and networking applications. It enables you to unleash the internal hacker within you and offers a chance to work and join hands with one of the lead...

Simple chat application in node.js

Today, I am going to show you, how to create a simple chat application in node js using a special model "socket.io". It simply transmits messages from one client to all others. For this, I am going to create two files:- 1: main.js...

Environment Variables (Part 2)

In part 1 of this series we have seen how easily we can export environment variables to .bash_profile file with Linux "export" command and then using it with "process.env" . But this approach do have some drawbacks does not sc...

Authentication Using PassportJS in express node.js

PassportJS is a flexible Authentication middleware that allows users to login. PassportJS library is fully customizable and works well with ExpressJS. It is flexible in the sense that it allows the user for different login strategies such as L...

What is javascript engine?

There are several different implementations of javascript engines by far the most popular engine is Google's V8( Which is not only limited to client side but also with the server side with NodeJS). But what is actually does? It's actua...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: